Feature: Profile
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 1m 42.600s |
Scenario: Edit slug in profile
Before
0m 10.906s
Given
I navigate to page "http://localhost:2368/ghost/#/setup"
0m 1.300s
And
I wait for 5 seconds
0m 5.150s
When
I fill register with "title" and "name" and "email@email.com" and "p4ssw0rd.."
0m 0.153s
And
I try to create account
0m 0.159s
And
I wait for 5 seconds
0m 5.147s
And
I navigate to page "http://localhost:2368/ghost/#/signin"
0m 0.642s
And
I wait for 5 seconds
0m 5.178s
And
I fill login with "email@email.com" and "p4ssw0rd.."
0m 0.300s
And
I try to login
0m 0.243s
And
I wait for 5 seconds
0m 5.367s
And
I try to go to profile
0m 0.512s
And
I wait for 5 seconds
0m 5.325s
And
I try to set slug to "new-slug"
0m 0.407s
And
I save changes
0m 0.413s
Then
I expect "new-slug" is my slug profile
0m 0.376s
After
0m 1.022s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "http://localhost:2368/ghost/#/setup"
And
I wait for 5 seconds
When
I fill register with "title" and "name" and "email@email.com" and "p4ssw0rd.."
And
I try to create account
And
I wait for 5 seconds
And
I navigate to page "http://localhost:2368/ghost/#/signin"
And
I wait for 5 seconds
And
I fill login with "email@email.com" and "p4ssw0rd.."
And
I try to login
And
I wait for 5 seconds
And
I try to go to profile
And
I wait for 5 seconds
And
I try to set slug to "new-slug"
And
I save changes
Then
I expect "new-slug" is my slug profile
After
NO IMAGE AVAILABLE